Click or drag to resize

ServiceSearchMailboxes Method (IListMailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean, Int32, String)

Searches the mailboxes.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public SearchMailboxesResponse SearchMailboxes(
	IList<MailboxQuery> mailboxQueries,
	SearchResultType resultType,
	PreviewItemShape itemShape,
	IList<PropertyOrder> propertyOrder,
	string language,
	bool deduplication,
	int pageSize,
	string pageItemReference
)

Parameters

mailboxQueries
Type: System.Collections.GenericIListMailboxQuery
The mailbox queries.
resultType
Type: Independentsoft.ExchangeSearchResultType
Type of the result.
itemShape
Type: Independentsoft.ExchangePreviewItemShape
The item shape.
propertyOrder
Type: System.Collections.GenericIListPropertyOrder
The property order.
language
Type: SystemString
The language.
deduplication
Type: SystemBoolean
if set to true [deduplication].
pageSize
Type: SystemInt32
Size of the page.
pageItemReference
Type: SystemString
The page item reference.

Return Value

Type: SearchMailboxesResponse
SearchMailboxesResponse.
See Also